www.gusucode.com > 深度学习(asp)网址导航 v4.0.1 > 深度学习(asp)网址导航 v4.0.1\code\admin\siteConfig\siteConfig_Cache.asp

    <%@LANGUAGE="VBSCRIPT" CODEPAGE="936"%>
<%
projectRootPath = "../../"	'相对当前应用程序根的位置
%>
<!-- #include file ="../include/checkPurview.asp"-->
<!--#include file="../../ConnDB.asp"-->
<!--#include file="../../include/Deep.Class.Cache.asp"-->
<!-- #include file="../include/Function.Manage.Config.asp"-->
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta name="robots" content="noindex,nofollow" />
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>站点配置信息</title>
<link rel="stylesheet" type="text/css" href="../themes/base.css"/>
    <link href="../themes/<%=theme_Path%>/main.css" rel="stylesheet" type="text/css" />
</head>
<body  id="bodyBg1">
<br />
&nbsp; <a href="siteConfig_Cache.asp">清除网站缓存管理</a>
<hr class="Nav-hr" />
<br />

<dl class="manageContent">
    <dt>网站基本信息</dt>
    <dd>
    	<br />
<%
if(request.QueryString("action")="DelAllCache") then
	Dim oDeep_Cache
	Set oDeep_Cache = New Deep_Cache
	oDeep_Cache.DelAllCache ()
	response.Write("网站缓存清除成功!!")
	' ===================
	Set oDeep_Cache = Nothing
else
%>
<a href="?action=DelAllCache">开始清除网站缓存</a><br />

<%
end if
%>
    </dd>
</dl>

<br />
</body>
</html>
<%
Call CloseConnDB()
%>